home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / frame_3 / PlaceObject2_272_322 / CLIPACTIONRECORD on(keyPress Down).as < prev    next >
Encoding:
Text File  |  2005-08-04  |  141 b   |  10 lines

  1. on(keyPress "<Down>"){
  2.    if(_root.unlock)
  3.    {
  4.       if(_root.sheepupgrade1)
  5.       {
  6.          this.gotoAndStop(17);
  7.       }
  8.    }
  9. }
  10.